home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000032_jaltman2@nyc.rr.com_Wed Apr 30 16:34:57 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  64 lines

  1. Article: 14248 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed-east.nntpserver.com!nntpserver.com!news-west.rr.com!news-server.columbus.rr.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
  3. From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
  4. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312
  5. X-Accept-Language: en-us, en
  6. MIME-Version: 1.0
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: SSL_connect:error in 3RSH_A SSLv3 read server hello A
  9. References: <8ba3a1cf.0304301114.461c38b3@posting.google.com>
  10. In-Reply-To: <8ba3a1cf.0304301114.461c38b3@posting.google.com>
  11. Content-Type: text/plain; charset=us-ascii; format=flowed
  12. Content-Transfer-Encoding: 7bit
  13. Lines: 41
  14. Message-ID: <LlWra.28262$su3.3349069@twister.nyc.rr.com>
  15. Date: Wed, 30 Apr 2003 20:28:27 GMT
  16. NNTP-Posting-Host: 66.108.138.151
  17. X-Complaints-To: abuse@rr.com
  18. X-Trace: twister.nyc.rr.com 1051734507 66.108.138.151 (Wed, 30 Apr 2003 16:28:27 EDT)
  19. NNTP-Posting-Date: Wed, 30 Apr 2003 16:28:27 EDT
  20. Organization: Road Runner - NYC
  21. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14248
  22.  
  23. Does the server support SSLv3?  If not, file a complaint with the author.
  24.  
  25. Rick wrote:
  26. > What seems to be the problem with my trying to connect?
  27. > I am using CKermit 8.0.209 with OpenSSL 0.9.7 on HPUX 11.00
  28. > The server is WS_FTP.
  29. > I issue the following commands:
  30. >>set ftp auth ssl
  31. >>set ftp debug
  32. >>set auth ssl debug
  33. >>ftp open  www3.xxxxx.net 21  /user:test /password:test
  34. > I get the following:
  35. > Connected to www3.xxxxx.net. 
  36. > 220 necho5 X2 WS_FTP Server 3.1.4 (1437008836) 
  37. > ---> AUTH SSL 
  38. > 234 SSL enabled and waiting for negotiation 
  39. > SSL accepted as authentication type 
  40. > SSL_handshake:UNKWN  before/connect initialization 
  41. > SSL_connect:UNKWN  before/connect initialization 
  42. > SSL_connect:3WCH_A SSLv3 write client hello A 
  43. > SSL_write_alert 
  44. > SSL_connect:error in 3RSH_A SSLv3 read server hello A 
  45. > Connected to www3.necho.net. 
  46. > 220 necho5 X2 WS_FTP Server 3.1.4 (1437009492) 
  47. > ---> USER test 
  48. > 530 Non SSL connections forbidden 
  49. > [/home/ghostdev/] C-Kermit> 
  50. > [/home/ghostdev/] C-Kermit>Login failed 
  51. > ---> QUIT 
  52. > -Rick
  53.  
  54.